home *** CD-ROM | disk | FTP | other *** search
- _root.bNum += 1;
- _root.attachMovie("bullet","bullet" + _root.bNum,_root.bNum);
- eval("_root.bullet" + _root.bNum).dir = this._parent.dir;
- if(this._parent.dir == "left")
- {
- eval("_root.bullet" + _root.bNum)._x = this._parent._x - 40;
- }
- else
- {
- eval("_root.bullet" + _root.bNum)._x = this._parent._x + 40;
- }
- eval("_root.bullet" + _root.bNum)._y = this._parent._y - 80;
-